WindowLine SUB Action Draws a horizontal line across the current window at the row specified. Syntax WindowLine row% Remarks The argument row% is an integer that describes a row relative to the top of the current window. The WindowLine procedure is used in dialog boxes to separate parts. WindowLine is used by the Alert procedure to draw a horizontal line above the buttons. See Also. WindowPrint Example See the DemoDialogEZ procedure in the code example UIDEMO.BAS for a specific implementation.